home *** CD-ROM | disk | FTP | other *** search
- object NewDirForm: TNewDirForm
- Left = 364
- Top = 307
- BorderStyle = bsDialog
- Caption = 'Enter name of new directory'
- ClientHeight = 81
- ClientWidth = 384
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 65
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 101
- Height = 13
- Caption = 'New Directory Name:'
- end
- object BitBtn1: TBitBtn
- Left = 296
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 296
- Top = 40
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- object ebDirectoryName: TEdit
- Left = 24
- Top = 40
- Width = 257
- Height = 21
- TabOrder = 0
- end
- end
-